<name>Robin the Mobile</name>
<profession>Dark Mage</profession>
<faction>Church of the Moon</faction>
<dialogue>
  <greeting>
    <reply>
      <if><reputation>60</reputation></if>
      <text>It is good to find that not all believers have forgotten us.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>This place is not for you, infedels.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>What do the skies have to say?</text>
      <npc>
        <reply>
          <text>They tell us of time, and of arrivals, but that is need-to-know only, [class].</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>How far can you see, great mage?</text>
      <npc>
        <reply>
          <text>If the clouds are kind, we can see the seas of Terra and wonder if anyone lives there. So much has been forgotten.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <if><reputation>!60</reputation></if>
      <text>How can we become Followers of the Moon?</text>
      <npc>
        <reply>
          <text>Do chores, and your reputation will improve. But most of all, do not have any dealings with those cowardish sun worshippers!</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We will retreat.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>